﻿@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	font-size: 14px;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	color: #999;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border: none;
	background: none;
}
/*移除文本框可拉伸大小属性*/
textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	border: none;
	background: none;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
/*清除浮动*/
.clear{
	clear: both;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	/* max-height: 100%;*/
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
/*文字超出影藏  在火狐或者ie9之下则不会影藏*/
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:18px;
	color:black;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.over4{
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:18px;
	color:white;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/*绝对居中  在低版本ie是不能使用flex布局*/
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*中间主题宽度*/
.width{
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
/*常用字体大小*/
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs36{
	font-size: 36px;
}
.fs38{
	font-size: 38px;
}
.fs40{
	font-size: 40px;
}
.fs42{
	font-size: 42px;
}
.fs46{
	font-size: 46px;
}
.fs48{
	font-size: 48px;
}
.font-w{
	font-weight: bold;
}
/*主体颜色与常用颜色*/
.bg-main{
	background-color:#f0cc88;
}
.bg-fff{background-color: #fff;}
.bg-f6{background: #f6f6f6;}
/*常用颜色与主题颜色*/
.color-main{color: #f0cc88;}
.colorfff{color: #fff;}
.color333{color: #333;}
.color666{color: #666;}
.color999{color: #999;}
/*左右浮动*/
.float_right{
	float: right;
}
.float_left{
	float: left;
}
/*清除滚动条样式*/
::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
/*右侧导航*/
.rightNav{
	display: block;
	width: 70px;
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 90;
}
.rightNav li{
	position: relative;
	margin-bottom: 1px;
}
.rightNav-in{
	display: block;
	width: 70px;
	height: 70px;
	/*background-color: #2b5fbc;*/
	background: rgba(43, 95, 188, 0.5);
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	padding-top: 8px;
}
.rightNav-in span{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.rightNav .zhiding .rightNav-in{
	background-color: #dcdcdc;
	margin-top: 6px;
	background-image: url(../images/sanjiao-01.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 6px 5px;
	font-size: 14px;
	color: #484747;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 32px;
}
.rightNav .zhiding .rightNav-in:hover{
	background-color: #2b5fbc;
	background-image: url(../images/sanjiao-02.png);
	color: #fff;
}
.rightNav-ewm{
	display: none;
	width: 120px;
	height: 120px;
	border-radius: 6px;
	background: rgba(43, 95, 188, 0.6);
	padding: 10px;
	position: absolute;
	right: 90px;
	top: 50%;
	margin-top: -60px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 100px;
	opacity: 0;
	transition: opacity 0.4s;
}
.rightNav-ewm::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid rgba(43, 95, 188, 0.6);
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.rightNav-phone{
	display: none;
	width: auto;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(43, 95, 188, 0.6);
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	position: absolute;
	right: 90px;
	top: 50%;
	margin-top: -24px;
	white-space:nowrap;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.4s;
}
.rightNav-phone::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid rgba(43, 95, 188, 0.6);
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.rightNav li:hover>div{
	display: block;
}





/*媒体查询*/
@media screen and (min-width:750px){
	/*html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}*/
}


































